-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade scikit-learn #4248
Upgrade scikit-learn #4248
Conversation
Codecov Report
@@ Coverage Diff @@
## main #4248 +/- ##
=======================================
+ Coverage 99.7% 99.7% +0.1%
=======================================
Files 349 349
Lines 38309 38320 +11
=======================================
+ Hits 38190 38201 +11
Misses 119 119
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
In further investigation of the imbalanced-learn error that caused its pinning, I found a workaround since the error is just in one of our tests. Pausing review on this PR until I can determine if this workaround allows me to unpin imbalanced-learn as well as upgrade scikit-learn instead of pinning it. |
Looks like this is blocked until conda-forge/sktime-feedstock#94 is merged |
No longer blocked :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this!
Closes #4247
** New and improved **
Upgrades to the most recent versions of scikit-learn and imbalanced-learn, plus updating sktime and vowpal-wabbit.
** Previous **
The newest version of scikit-learn is incompatible with the version of imbalanced-learn that we're pinned to. Unfortunately, imbalanced-learn must remain pinned due to lack of nullable type handling, so we can't upgrade scikit-learn. Once imbalanced-learn fixes their nullable type issues, we should be able to unpin both.
Nonetheless, this includes changes to Decision Tree and Extra Trees estimators to remove a deprecated "auto" argument that will be fully removed once we do upgrade to 1.3.0.